﻿@charset "utf-8";

/*######表单######*/
.form{/*ie6下创建Once函数*/_zoom:expression((function(htmo){(window.Once=function(e,p,v,c){var css=function(emt,name,value){eval("emt.style."+name+"='"+value+"';");},addclass=function(emt,property,values,name){new RegExp("(^|,)"+eval('emt.'+property)+"([^,]*)").test(values)?emt.className+="\\t"+name:0;};css(e,'zoom',1);c?addclass(e,p,v,c):(v?css(e,p,v):p(e));})(htmo,'zoom',1);})(this));}
/*输入框*/.form input[type=text],.form input[type=password],.form input[type=file]
{width:140px;background:url(ctrl/c_input2.png) no-repeat left top;color:#666;border:1px solid #e2e2e2;}
#main .form input.text,.form textarea,.form .text,.form .file
{width:140px;background:url(ctrl/c_input2.png) no-repeat left top;color:#666;border:1px solid #e2e2e2;}
/*输入聚焦*/.form input:focus[type=text],.form input:focus[type=password],.form input:focus[type=file]
{border:1px solid #a0a0a0;}
.form textarea:focus,.form .text:focus,.form .file:focus
{border:1px solid #a0a0a0;}
/*兼容IE6*/.form input{+zoom:expression(Once(this,'type',"submit,button","button")||Once(this,'type',"text,password",'text')||Once(this,'type',"reset",'reset')||Once(this,'type',"file",'file'));}
/*选择框*/.form select{font-size:12px;border:1px solid #ccc}
/*编辑器*/.form input.editor,.form textarea.editor{width:500px;height:300px;}
/*长度*/.form input.short,.form .short{width:70px;}
.form input.long,.form .long{width:230px;}
.form input.solong,.form .solong,.form textarea{width:500px;}
/*表单左侧*/
.form div.soshort,.form td.soshort,.form div.short ,.form td.short,.form div.long ,.form td.long,.form div.solong,.form td.solong
{padding-right:0px;text-align:right;}
/*结构*/
.form div.f,.form div.v{float:left;}
.form table{width:99.8%;}
.form th,.form td,.form div.f,.form div.v{padding:5px 0 0;min-height:22px;_height:22px;line-height:22px;}
.form th,.form div.f{width:100px;font-weight:100;text-align:right;}
.form td,.form div.v{padding-left:10px;text-align:left;}
.form td b,.form div.v b{padding:0 0 0 5px;font-weight:100;color:#dd3300;}
.form td i,.form div.v i{padding:0 0 0 5px;font-style:normal;color:#666;}
.form td .tips,.form td .msg,.form div.v .tips,.form div.v .msg{color:#cc0000;}

/*######按钮######*/
/*基本*/
.form input[type=submit],.form input[type=button],.form input[type=reset]
{height:20px;border:0;padding:0 10px 3px;*padding-bottom:0;color:#fff;font-weight:700;font-size:12px;cursor:pointer;}
.form .button,.form .reset
{height:20px;border:0;padding:0 10px;color:#fff;font-weight:700;font-size:12px;cursor:pointer;}
/*提交和普通*/
/*link*/
.form input[type=submit],.form input[type=button]
{background:#0677b1;}
.form .button
{background:#0677b1;}
/*hover*/
.form input[type=submit]:hover,.form input[type=button]:hover
{}
.form .button:hover
{}
/*重设按钮背景*/
/*link*/
.form input[type=reset]
{background:url(../images/m_house_submit.png) no-repeat center top;}
.form .reset
{background:url(../images/m_house_submit.png) no-repeat center top;}
/*hover*/
.form input[type=reset]:hover
{background-position:0 -25px;}
.form .reset:hover
{background-position:0 -25px;}
/*预定样式*/
.form input.btn_sbmt{background:url(ctrl/c_btn_submit.png);}
.form input.btn_edit{background:url(ctrl/c_btn_edit.png);}
.form input.btn_reg{background:url(ctrl/c_btn_register.png);}
.form input.btn_reset{background:url(ctrl/c_btn_reset.png);}
.form input.btnen_sbmt{background:url(ctrl/c_btnen_submit.png);}
.form input.btnen_edit{background:url(ctrl/c_btnen_edit.png);}
.form input.btnen_reg{background:url(ctrl/c_btnen_register.png);}
.form input.btnen_reset{background:url(ctrl/c_btnen_reset.png);}
.form input.btn_sbmt,.form input.btn_edit,.form input.btn_reg,.form input.btn_reset
{width:75px;height:25px;background-repeat:no-repeat;}
.form input.btnen_sbmt,.form input.btnen_edit,.form input.btnen_reg,.form input.btnen_reset
{width:100px;height:25px;background-repeat:no-repeat;}
.form input.btn_sbmt:hover,.form input.btn_edit:hover,.form input.btn_reg:hover,.form input.btn_reset:hover,
.form input.btnen_sbmt:hover,.form input.btnen_edit:hover,.form input.btnen_reg:hover,.form input.btnen_reset:hover
{background-position:0 -25px;}

/*######选择######*/
.c_select_ipt,.form input.c_select_ipt{height:16px;line-height:16px;padding-right:16px;text-align:center;color:#666;background:url(form/c_select.png) no-repeat right 0px #fff;border:1px solid #E2E2E2;cursor:default;}
.c_select_ipt_h,.form input.c_select_ipt_h{border:1px solid #bbb;background-position:right -18px;}
.c_select_box{border:1px solid #bbb;overflow:hidden;background:#fff;display:none;float:left;}
.c_select_box a{height:20px;line-height:20px;padding:0 25px 0 10px;font-size:12px;font-weight:100;cursor:default;}
.c_select_box a.s{background:#E2E2E2;}

.c_select_ipt_bl,.form input.c_select_ipt_bl{border:1px solid #c5ddf0;color:#0677b1;background-position:right -36px;}
.c_select_box_h_bl,.form input.c_select_box_h_bl{border:1px solid #0677b1;background-position:right -54px;}
.c_select_box_bl{border:1px solid #0677b1;}
.c_select_box_bl a.s{background:#c5ddf0;}

.c_select_ipt_rd,.form input.c_select_ipt_rd{border:1px solid #f5b6b6;color:#ba2020;background-position:right -72px;}
.c_select_box_h_rd,.form input.c_select_box_h_rd{border:1px solid #e99191;background-position:right -90px;}
.c_select_box_rd{border:1px solid #e99191;}
.c_select_box_rd a.s{background:#ffcaca;}

/*######单选######*/
.c_rdobox{line-height:20px;}
.c_rdobox a{line-height:20px;padding-left:20px;background:url(form/c_rdobox.png) no-repeat 0 0 #fff;cursor:default;float:left;clear:both;}
.c_rdobox a:hover{background-position:0 -100px;}
.c_rdobox a.s{background-position:0 -50px;}
.c_rdobox a.s:hover{background-position:0 -150px;}

/*######多选######*/
.c_chkbox{line-height:20px;}
.c_chkbox a{line-height:20px;padding-left:20px;background:url(form/c_chkbox.png) no-repeat 0 0 #fff;cursor:default;float:left;clear:both;}
.c_chkbox a:hover{background-position:0 -100px;}
.c_chkbox a.s{background-position:0 -50px;}
.c_chkbox a.s:hover{background-position:0 -150px;}

/*######表格######
注意
	1、ie8下面存在一个bug，当同行内th设置了宽度，而另一个未设置时，设置过宽度的会占居80%以上的宽度。其它浏览器下会视内容而变化，宽度只是个最小限制而已
*/
table.table,.table table{width:100%;}
.table th,.table td{padding:0 5px;}
.table thead th,.table thead td{border:1px solid #aaa;}
.table tbody th,.table tbody td{border:1px solid #ddd;}
.table thead th{line-height:26px;color:#000;background:#ccc;font-weight:700;}
.table thead td{line-height:24px;color:#000;background:#bbb;}
.table tbody th{line-height:26px;color:#333;background:#f4f4f4;font-weight:700;}
.table tbody td{line-height:24px;color:#333;}
.table .tl{text-align:left;}/*文本居左*/
.table .tc{text-align:center;}/*文本居中*/
.table .tr{text-align:right;}/*文本居右*/

.red thead th,.red thead td{border:1px solid #f0b5b5;}
.red tbody th,.red tbody td{border:1px solid #e8d5d5;}
.red thead th{color:#660000;background:#ffc0c0;}
.red thead td{color:#660000;background:#ffdbdb;}
.red tbody th{color:#990000;background:#fff4f4;}

.green thead th,.green thead td{border:1px solid #94b762;}
.green tbody th,.green tbody td{border:1px solid #accd7a;}
.green thead th{color:#336600;background:#9ebf6c;}
.green thead td{color:#336600;background:#b8d68c;}
.green tbody th{color:#336600;background:#cae4a5;}

.lgreen thead th,.lgreen thead td{border:1px solid #b1d877;}
.lgreen tbody th,.lgreen tbody td{border:1px solid #c2e195;}
.lgreen thead th{color:#336600;background:#cfe7ac;}
.lgreen thead td{color:#336600;background:#e1f0cb;}
.lgreen tbody th{color:#336600;background:#f4fcec;}

/*######主体版块######*/
/*分页*/
.pager{height:28px;margin:20px 0 10px 0;float:left;overflow:hidden;}
.pager ul{height:24px;margin:0;overflow:hidden;float:left;}
.pager li{height:22px;line-height:22px;margin:0 0 0 5px;text-align:center;float:left;}
.pager a{border:1px solid #ddd;color:#444;background-color:#fefefe;height:100%;padding:0 8px;font-weight:100;float:left;}
.pager a:hover{border:1px solid #ccc;color:#333;background-color:#eee;}
.pager .current a,.pager .current a:hover{border:1px solid #333;color:#fff;background-color:#666;font-weight:700;text-decoration:none;cursor:default;}
.pager .first a,.pager .prev a,.pager .next a,.pager .last a{}
.pager .first a:hover,.pager .prev a:hover,.pager .next a:hover,.pager .last a:hover{}
.pager .first_dis a,.pager .first_dis a:hover,.pager .prev_dis a,.pager .prev_dis a:hover,.pager .next_dis a,.pager .next_dis a:hover,.pager .last_dis a,.pager .last_dis a:hover{border:1px solid #ccc;color:#ccc;background-color:#eee;cursor:default;}
.pager .record,.pager .pages{height:18px;line-height:18px;padding:5px 0 0 5px;font-weight:100;float:left;overflow:hidden;}
.pager .jump{height:22px;line-height:22px;margin:0 0 0 10px;float:left;}
.pager .jump span,.pager .jump .p,.pager .jump .ok{line-height:22px;float:left;}
#main .pager div.jump input.p{width:16px;line-height:16px;margin:2px 8px 0 8px;text-align:center;clear:none;}

.pager_bl a{border:1px solid #daeff5;color:#0c88b4;background:#f7fdff;}
.pager_bl a:hover{border:1px solid #cadfe5;color:#0c88b4;background:#e0f3f9;}
.pager_bl .current a,.pager_bl .current a:hover{border:1px solid #0c88b4;color:#fff;background:#2fa3c8;}

.pager_gr a{border:1px solid #e2efdf;color:#3c922d;background:#f9fdf8;}
.pager_gr a:hover{border:1px solid #d2dfcf;color:#3c922d;background:#e7f3e4;}
.pager_gr .current a,.pager_gr .current a:hover{border:1px solid #5da94d;color:#fff;background:#5da94d;}

.pager_rd a{border:1px solid #ffbdbe;color:#e13234;background:#ffdbdb;}
.pager_rd a:hover{border:1px solid #f16062;color:#c50103;background:#ffbdbe;}
.pager_rd .current a,.pager_rd .current a:hover{border:1px solid #a20002;color:#fff;background:#cb1d1e;}

.pager_pk a/*pink(粉红色)缩写*/{border:1px solid #ffbdbe;color:#e13234;background:#ffedf5;}
.pager_pk a:hover{border:1px solid #f16062;color:#c50103;background:#ffdbec;}
.pager_pk .current a,.pager_pk .current a:hover{border:1px solid #b80058;color:#fff;background:#cc0162;}

.pager2{height:18px;}
.pager2 ul{height:18px;}
.pager2 li{height:18px;line-height:14px;margin:0;}
.pager2 a{height:14px;margin:2px -1px 0 0;color:#727272;background:transparent;border:1px solid #727272;border-top:0;border-bottom:0;}
.pager2 a:hover{color:#f65d00;border:1px solid #727272;border-top:0;border-bottom:0;background:transparent;}
.pager2 .current a,.pager2 .current a:hover{border:0;color:#f65d00;text-decoration:none;background-color:transparent;position:relative;}
.pager2 .first a,.pager2 .prev a,.pager2 .next a,.pager2 .last a{width:0;height:17px;padding:1px 0 0 22px;border:0;background:url(ctrl/c_pager2.png) no-repeat;overflow:hidden;position:relative;}
.pager2 .first a{margin:2px 3px;background-position:-44px 0px;}.pager2 .first a:hover{background-position:-44px -17px;}
.pager2 .prev a{background-position:0px 0px;}.pager2 .prev a:hover{background-position:0px -17px;}
.pager2 .next a{background-position:-22px 0px;}.pager2 .next a:hover{background-position:-22px -17px;}
.pager2 .last a{margin:2px 3px;background-position:-66px 0px;}.pager2 .last a:hover{background-position:-66px -17px;}
.pager2 .first_dis a,.pager2 .first_dis a:hover{border:0;background-color:transparent;background-position:-44px 0px;}
.pager2 .prev_dis a,.pager2 .prev_dis a:hover{border:0;background-color:transparent;background-position:0px 0px;}
.pager2 .next_dis a,.pager2 .next_dis a:hover{border:0;background-color:transparent;background-position:-22px 0px;}
.pager2 .last_dis a,.pager2 .last_dis a:hover{border:0;background-color:transparent;background-position:-66px 0px;}
.pager2 .record,.pager2 .pages{padding:0;}
.pager2 .jump{height:18px;margin:0 0 0 10px;float:left;}
.pager2 .jump span,.pager2 .jump .p,.pager2 .jump .ok{line-height:18px;float:left;}
.pager2 .jump .ok{height:12px;line-height:12px;margin-right:0;border:1px solid #ccc;border-radius:3px;box-shadow:-1px 1px 3px #ddd;}
.pager2 .jump .ok:hover{border:1px solid #f65d00;}
.pager2 .jump .p{width:16px;height:12px;margin:1px 8px 0 8px;text-align:center;}

/*菜单*/
.c_menu{width:216px;position:relative;clear:both;}
.c_menu tt{height:28px;line-height:28px;display:block;}
.c_menu .c_node1,.c_menu .c_node2,.c_menu .c_node3{display:none;}
.c_menu .h{position:relative;}
.c_menu .c_root{width:216px;_height:0;_line-height:0;display:block;}
.c_menu .h .c_node1{z-index:1;}
.c_menu .h .c_node1,
.c_menu .h .c_node1 .h .c_node2,
.c_menu .h .c_node1 .h .c_node2 .h .c_node3
{width:216px;height:0;_line-height:0;display:block;position:absolute;left:210px;top:0;}
/*一级*/.c_menu .c_root tt{padding:0 0 0 10px;background:url(ctrl/c_menu.png);}
.c_menu .c_root tt a{color:#fff;}
.c_menu .c_root .h tt{background-position:0  -120px;}
/*二级*/.c_menu .c_root .h .c_node1 tt{padding:0 0 0 10px;background:url(ctrl/c_menu.png) 0 -40px;}
.c_menu .c_root .h .c_node1 .h tt{background-position:0  -160px;}
/*三级*/.c_menu .c_root .h .c_node1 .h .c_node2 tt{padding:0 0 0 10px;background:url(ctrl/c_menu.png) 0 -80px;}
.c_menu .c_root .h .c_node1 .h .c_node2 .h tt{background-position:0  -200px;}

.c_menu2{width:216px;position:relative;}
.c_menu2 tt{height:28px;line-height:28px;display:block;}
.c_menu2 .c_node1,.c_menu2 .c_node2,.c_menu2 .c_node3{display:none;}
.c_menu2 .h{position:static;}
.c_menu2 .c_root{width:216px;display:block;}
.c_menu2 .h .c_node1{z-index:1;}
.c_menu2 .h .c_node1,
.c_menu2 .h .c_node1 .h .c_node2,
.c_menu2 .h .c_node1 .h .c_node2 .h .c_node3
{width:216px;display:block;}
/*一级*/.c_menu2 .c_root tt{padding:0 0 0 10px;background:url(ctrl/c_menu.png);}
.c_menu2 .c_root tt a{color:#fff;}
.c_menu2 .c_root .h tt{background-position:0  -120px;}
/*二级*/.c_menu2 .c_root .h .c_node1 tt{padding:0 0 0 20px;background:url(ctrl/c_menu.png) 0 -40px;}
.c_menu2 .c_root .h .c_node1 .h tt{background-position:0  -160px;}
/*三级*/.c_menu2 .c_root .h .c_node1 .h .c_node2 tt{padding:0 0 0 30px;background:url(ctrl/c_menu.png) 0 -80px;}
.c_menu2 .c_root .h .c_node1 .h .c_node2 .h tt{background-position:0  -200px;}

/*列表*/
ul.ul{padding:12px 0;}
ul.ul li{line-height:22px;padding:0 0 0 22px;background:url(ctrl/c_lbs.gif) -90px 9px no-repeat;overflow:hidden;}
ul.ul_gr li{line-height:22px;padding:0 0 0 22px;background:url(ctrl/c_lbs.gif) -70px -21px no-repeat;overflow:hidden;}
ul.ul_bl li{line-height:22px;padding:0 0 0 22px;background:url(ctrl/c_lbs.gif) -50px -51px no-repeat;overflow:hidden;}
ul.ul_yl li{line-height:22px;padding:0 0 0 22px;background:url(ctrl/c_lbs.gif) -30px -81px no-repeat;overflow:hidden;}
ul.ul_rd li{line-height:22px;padding:0 0 0 22px;background:url(ctrl/c_lbs.gif) -10px -111px no-repeat;overflow:hidden;}

/*盒子样式*/
.c_box{border:3px solid #666;background:#ddd;border-radius:3px;box-shadow:2px 2px 5px #999;}
.c_box .close{width:37px;height:37px;float:left;background:url(box/c_box_close.png) 0 0 no-repeat;cursor:pointer;position:absolute;top:-18px;right:-18px;}
.c_box .close:hover{background-position:0 -40px;}

/*图片缩放*/
.c_scalebox{border:1px solid #ccc;background:#fff;box-shadow:2px 2px 5px #ddd;}
.c_selectbox{border:1px solid #666;background:#ddd;filter:alpha(opacity=15);opacity:0.15;}

/*登录*/
#init .userlogin{overflow:hidden;position:relative;}
#init .userlogin h2{height:38px;line-height:38px;background:url(ctrl/c_tt.png);font-size:14px;color:#bd1600;overflow:hidden;}
#init .userlogin h2 b{height:100%;padding:0 0 0 30px;background:url(ctrl/c_tt.png) 0 -45px no-repeat;float:left;}
#init .userlogin h2 i{height:100%;padding:0 0 0 5px;font-style:normal;color:#bf5d49;font-weight:100;font-family:"微软雅黑";font-size:11px;float:left;}
#init .userlogin h2 a{height:100%;padding:0 15px 0 0;font-family:"微软雅黑";font-size:12px;background:url(ctrl/c_tt.png) 100% -90px no-repeat;float:right;}
#init .userlogin .cont{padding:10px 0;border:1px solid #f0d8c7;border-top:0;overflow:hidden;}
#init .userlogin .cont .form{float:left;}
#init .userlogin .cont label input{vertical-align:middle;}
#init .userlogin .cont .guide{width:300px;height:200px;padding:0 30px;border-left:1px solid #eee;float:right;}
#init .userlogin .cont .guide h5{padding:10px 0;}
#init .userlogin .cont .btnsbmt{width:101px;height:30px;padding-bottom:3px;*padding-bottom:0;font-size:16px;background:url(ctrl/c_btn.png) no-repeat 0 0;}
#init .userlogin .cont .btnrgst{width:142px;height:30px;margin:auto;line-height:28px;font-size:14px;font-weight:700;text-align:center;background:url(ctrl/c_btn.png) no-repeat -110px 0;display:block;}
